home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / Macros_Files / discriminateDLL.nsm < prev    next >
Encoding:
Text File  |  2002-03-08  |  865 b   |  19 lines

  1. activeBreadboard. stampOnAndMoveAtAccessPoint ( "DLLInput" , "inputAxon", "Pre-Activity" )
  2. DLLPath = application. pathFromNS ( "Demos\DLL\Discrim.dll" )
  3. dLLInput. setDLLName ( "Discrim" , DLLPath )
  4. dLLInput. activateDLL ( TRUE )
  5. dLLInput. setAccessDataSet ( "Cross Validation" )
  6.  
  7. activeBreadboard. stampOnAndMoveAtAccessPoint ( "DLLPostprocessor" , "outputAxon", "Activity" )
  8. dLLPostprocessor. setDLLName ( "Discrim" , DLLPath )
  9. dLLPostprocessor. activateDLL ( TRUE )
  10. dLLPostprocessor. setAccessDataSet ( "Cross Validation" )
  11. dLLPostprocessor. setDLLParameter ( 1 , 1 , "30" )
  12.  
  13. activeBreadboard. stampOnAndMove ( "ImageViewer" , "dLLPostprocessor" )
  14. imageViewer. setActiveAccessPoint ( "Postprocessor Output" )
  15. imageViewer. setAccessDataSet ( "Cross Validation" )
  16. imageViewer. openEngineWindow (  )
  17.  
  18. control. setXValDataSet ( "Cross Validation" )
  19.